home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / ISSUE23 / PZAZZDEM / PZAZZDEM.ZIP / VCL16 / PZCOLDET.DFM / PZCOLDET.txt
Text File  |  1996-11-12  |  4KB  |  209 lines

  1. object PZColumnDetailsForm: TPZColumnDetailsForm
  2.   Left = 259
  3.   Top = 152
  4.   ActiveControl = NameEdit
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Column Properties'
  8.   ClientHeight = 220
  9.   ClientWidth = 313
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object GroupBox1: TGroupBox
  20.     Left = 8
  21.     Top = 4
  22.     Width = 297
  23.     Height = 173
  24.     Caption = '&Properties'
  25.     Font.Color = clBlack
  26.     Font.Height = -11
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = []
  29.     ParentFont = False
  30.     TabOrder = 0
  31.     object Label1: TLabel
  32.       Left = 10
  33.       Top = 24
  34.       Width = 31
  35.       Height = 13
  36.       Caption = 'Name:'
  37.       Font.Color = clBlack
  38.       Font.Height = -11
  39.       Font.Name = 'MS Sans Serif'
  40.       Font.Style = []
  41.       ParentFont = False
  42.     end
  43.     object Label3: TLabel
  44.       Left = 10
  45.       Top = 52
  46.       Width = 49
  47.       Height = 13
  48.       Caption = 'Alignment:'
  49.       Font.Color = clBlack
  50.       Font.Height = -11
  51.       Font.Name = 'MS Sans Serif'
  52.       Font.Style = []
  53.       ParentFont = False
  54.     end
  55.     object Label2: TLabel
  56.       Left = 10
  57.       Top = 84
  58.       Width = 31
  59.       Height = 13
  60.       Caption = 'Width:'
  61.       Font.Color = clBlack
  62.       Font.Height = -11
  63.       Font.Name = 'MS Sans Serif'
  64.       Font.Style = []
  65.       ParentFont = False
  66.     end
  67.     object Label4: TLabel
  68.       Left = 10
  69.       Top = 112
  70.       Width = 50
  71.       Height = 13
  72.       Caption = 'Allow Sort:'
  73.       Font.Color = clBlack
  74.       Font.Height = -11
  75.       Font.Name = 'MS Sans Serif'
  76.       Font.Style = []
  77.       ParentFont = False
  78.     end
  79.     object Label5: TLabel
  80.       Left = 10
  81.       Top = 144
  82.       Width = 63
  83.       Height = 13
  84.       Caption = 'Allow Resize:'
  85.       Font.Color = clBlack
  86.       Font.Height = -11
  87.       Font.Name = 'MS Sans Serif'
  88.       Font.Style = []
  89.       ParentFont = False
  90.     end
  91.     object NameEdit: TEdit
  92.       Left = 84
  93.       Top = 22
  94.       Width = 193
  95.       Height = 21
  96.       Font.Color = clBlack
  97.       Font.Height = -11
  98.       Font.Name = 'MS Sans Serif'
  99.       Font.Style = []
  100.       ParentFont = False
  101.       TabOrder = 0
  102.     end
  103.     object AlignmentEdit: TComboBox
  104.       Left = 84
  105.       Top = 48
  106.       Width = 61
  107.       Height = 21
  108.       Style = csDropDownList
  109.       Ctl3D = True
  110.       Font.Color = clBlack
  111.       Font.Height = -11
  112.       Font.Name = 'MS Sans Serif'
  113.       Font.Style = []
  114.       ItemHeight = 13
  115.       Items.Strings = (
  116.         'Left'
  117.         'Right')
  118.       ParentCtl3D = False
  119.       ParentFont = False
  120.       TabOrder = 1
  121.     end
  122.     object WidthEdit: TEdit
  123.       Left = 84
  124.       Top = 78
  125.       Width = 45
  126.       Height = 21
  127.       Font.Color = clBlack
  128.       Font.Height = -11
  129.       Font.Name = 'MS Sans Serif'
  130.       Font.Style = []
  131.       MaxLength = 4
  132.       ParentFont = False
  133.       TabOrder = 2
  134.     end
  135.     object SortEdit: TComboBox
  136.       Left = 84
  137.       Top = 108
  138.       Width = 101
  139.       Height = 21
  140.       Style = csDropDownList
  141.       Ctl3D = True
  142.       Font.Color = clBlack
  143.       Font.Height = -11
  144.       Font.Name = 'MS Sans Serif'
  145.       Font.Style = []
  146.       ItemHeight = 13
  147.       Items.Strings = (
  148.         'None'
  149.         'Ascending'
  150.         'Descending'
  151.         'Both')
  152.       ParentCtl3D = False
  153.       ParentFont = False
  154.       TabOrder = 3
  155.     end
  156.     object ResizeEdit: TComboBox
  157.       Left = 84
  158.       Top = 140
  159.       Width = 61
  160.       Height = 21
  161.       Style = csDropDownList
  162.       Ctl3D = True
  163.       Font.Color = clBlack
  164.       Font.Height = -11
  165.       Font.Name = 'MS Sans Serif'
  166.       Font.Style = []
  167.       ItemHeight = 13
  168.       Items.Strings = (
  169.         'False'
  170.         'True')
  171.       ParentCtl3D = False
  172.       ParentFont = False
  173.       TabOrder = 4
  174.     end
  175.   end
  176.   object OKButton: TBitBtn
  177.     Left = 56
  178.     Top = 188
  179.     Width = 75
  180.     Height = 25
  181.     Caption = 'OK'
  182.     Default = True
  183.     Font.Color = clBlack
  184.     Font.Height = -11
  185.     Font.Name = 'MS Sans Serif'
  186.     Font.Style = []
  187.     ParentFont = False
  188.     TabOrder = 1
  189.     OnClick = OKButtonClick
  190.     NumGlyphs = 2
  191.   end
  192.   object CancelButton: TBitBtn
  193.     Left = 184
  194.     Top = 188
  195.     Width = 75
  196.     Height = 25
  197.     Cancel = True
  198.     Caption = 'Cancel'
  199.     Font.Color = clBlack
  200.     Font.Height = -11
  201.     Font.Name = 'MS Sans Serif'
  202.     Font.Style = []
  203.     ModalResult = 2
  204.     ParentFont = False
  205.     TabOrder = 2
  206.     NumGlyphs = 2
  207.   end
  208. end
  209.